home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-12-20 | 41.3 KB | 158 lines | [TEXT/MPS ] |
- /* Copyright (c) 1987-1993 Stanley T. Shebs. */
- /* This program may be used, copied, modified, and redistributed freely */
- /* for noncommercial purposes, so long as this notice remains intact. */
-
- /* This file contains all code that manages units. */
-
- #include "conq.h"
-
- void leave_hex_aux();
-
- /* This is not a limit, just sets initial allocation of unit objects
- and how many additional to get if more are needed. Should be tuned
- for the system. */
-
- #ifndef INITMAXUNITS
- #define INITMAXUNITS 200
- #endif
-